Java Programing laungage

Core Java Tutorial

Introduction of Core Java

How To Install JDk and Set of Path

Syntax of java Program

Difference between Java and C/C++

Advantage and Disadvantage of Java

What is Java

Why Java is not Pure Object Oriented Language

Java has Following Features/Characteristics

Limitation of Java Language and Java Internet

Common Misconception about Java

Simple Program of Java

Integrated Development Environment in java

Compile and Run Java Program

Applet and Comments in Java

Tokens in Java

Keywords in Java

Identifier and Variables in Java

Literals/Constants

Data Type in Java

Assignments and Initialization in Java

Operators in Java

Rule of Precedence in Java

Operator on Integer and Separators in Java Programming

Java Control Flow of Statements

If and If-else Selection Statement

Nested If-else and If-else-If Selection Statement

switch case and conditional operator Selection Statement

for and while Loop

do..while and for each Loop

break and labeled break statement

continue and labeled continue statement

return Statement and exit() Method

Escape Sequence for Special Characters and Unicode Code

Constants and Block or Scope

Statement in Java

Conversions between Numeric Types in Java

Import Statement in Java

User Input in Java using Scanner Class

User Input in Java using Console Class

Array in Java

One Dimensional Array

Two Dimensional Array

Two Dimensional Array Program

Command Line Argument in Java

String args Types in Java

Uneven/Jagged array in java

Math Class Function and Constant

Math Class all Function used in a program

Enumerated Types in Java

Object Oriented Programming v/s Procedural Programming

Object Oriented Programming Concepts in Java

Introduction to Class,Object and Method in Java

Class Declaration in Java

Class & Objects in java

Encapsulation in Java

Modifiers/Visibility for a Class or Interrface or member of a Class

Polymorphism in Java

Runtime polymorphism (dynamic binding or method overriding)

adplus-dvertising
Deprecated Interfaces in jdk 1.5
Previous Home Next

  • org.xml.sax.AttributeList: This interface has been replaced by the SAX2 Attributes interface, which includes Namespace support.
  • java.security.Certificate: A new certificate handling package is created in the Java 2 platform. This Certificate interface is entirely deprecated and is here to allow for a smooth transition to the new package.
  • org.xml.sax.DocumentHandler: This interface has been replaced by the SAX2 ContentHandler interface, which includes Namespace support.
  • org.omg.CORBA.DynAny: Use the new DynAny instead
  • org.omg.CORBA.DynArray: Use the new DynArray instead
  • org.omg.CORBA.DynEnum Use the new DynEnum instead
  • org.omg.CORBA.DynFixed: Use the new DynFixed instead
  • org.omg.CORBA.DynSequence: Use the new DynSequence instead
  • org.omg.CORBA.DynStruct Use the new DynStruct instead
  • org.omg.CORBA.DynUnion: Use the new DynUnion instead
  • org.omg.CORBA.DynValue: Use the new DynValue instead
  • java.rmi.server.LoaderHandler: no replacement
  • org.xml.sax.Parser: This interface has been replaced by the SAX2 XMLReader interface, which includes Namespace support.
  • java.rmi.registry.RegistryHandler: no replacement
  • java.rmi.server.RemoteCall: no replacement.
  • java.rmi.server.Skeleton: no replacement. Skeletons are no longer required for remote method calls in the Java 2 platform v1.2 and greater.
Previous Home Next